home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_560 / DoAction.as
Text File  |  2007-12-30  |  393b  |  21 lines

  1. stop();
  2. t2QC10a_inv.useHandCursor = false;
  3. t2QC10b_inv.useHandCursor = false;
  4. t2QC10c_inv.useHandCursor = false;
  5. t2QC10d_inv.useHandCursor = false;
  6. NavSetup(qc10prev);
  7. NavSetup(qc10next);
  8. NavSetup(qc10end);
  9. qc10prev.onPress = function()
  10. {
  11.    gotoAndStop(556);
  12. };
  13. qc10next.onPress = function()
  14. {
  15.    gotoAndStop(97);
  16. };
  17. qc10end.onPress = function()
  18. {
  19.    gotoAndStop(530);
  20. };
  21.